github.com/refraction-networking/utls.clientHelloMsg.cipherSuites (field)
47 uses
github.com/refraction-networking/utls (current package)
handshake_client.go#L106: hello.cipherSuites = make([]uint16, 0, len(configCipherSuites))
handshake_client.go#L118: hello.cipherSuites = append(hello.cipherSuites, suiteId)
handshake_client.go#L149: hello.cipherSuites = nil
handshake_client.go#L152: hello.cipherSuites = append(hello.cipherSuites, defaultCipherSuitesTLS13FIPS...)
handshake_client.go#L154: hello.cipherSuites = append(hello.cipherSuites, defaultCipherSuitesTLS13...)
handshake_client.go#L156: hello.cipherSuites = append(hello.cipherSuites, defaultCipherSuitesTLS13NoAES...)
handshake_client.go#L485: if mutualCipherSuite(hello.cipherSuites, session.cipherSuite) == nil {
handshake_client.go#L506: for _, offeredID := range hello.cipherSuites {
handshake_client.go#L524: if session.EarlyData && mutualCipherSuiteTLS13(hello.cipherSuites, session.cipherSuite) != nil {
handshake_client.go#L666: if hs.suite = mutualCipherSuite(hs.hello.cipherSuites, hs.serverHello.cipherSuite); hs.suite == nil {
handshake_client_tls13.go#L221: selectedSuite := mutualCipherSuiteTLS13(hs.hello.cipherSuites, hs.serverHello.cipherSuite)
handshake_messages.go#L76: cipherSuites []uint16
handshake_messages.go#L382: for _, suite := range m.cipherSuites {
handshake_messages.go#L463: m.cipherSuites = []uint16{}
handshake_messages.go#L473: m.cipherSuites = append(m.cipherSuites, suite)
handshake_messages.go#L723: cipherSuites: slices.Clone(m.cipherSuites),
handshake_server.go#L381: if !hasAESGCMHardwareSupport || !aesgcmPreferred(hs.clientHello.cipherSuites) {
handshake_server.go#L396: hs.suite = selectCipherSuite(preferenceList, hs.clientHello.cipherSuites, hs.cipherSuiteOk)
handshake_server.go#L415: for _, id := range hs.clientHello.cipherSuites {
handshake_server.go#L495: for _, id := range hs.clientHello.cipherSuites {
handshake_server.go#L997: CipherSuites: clientHello.cipherSuites,
handshake_server_tls13.go#L131: for _, id := range hs.clientHello.cipherSuites {
handshake_server_tls13.go#L180: if !hasAESGCMHardwareSupport || !aesgcmPreferred(hs.clientHello.cipherSuites) {
handshake_server_tls13.go#L187: hs.suite = mutualCipherSuiteTLS13(hs.clientHello.cipherSuites, suiteID)
handshake_server_tls13.go#L675: len(ch.cipherSuites) != len(ch1.cipherSuites) ||
handshake_server_tls13.go#L687: for i := range ch.cipherSuites {
handshake_server_tls13.go#L688: if ch.cipherSuites[i] != ch1.cipherSuites[i] {
u_handshake_client.go#L228: hello.cipherSuites = make([]uint16, 0, len(configCipherSuites))
u_handshake_client.go#L240: hello.cipherSuites = append(hello.cipherSuites, suiteId)
u_handshake_client.go#L271: hello.cipherSuites = nil
u_handshake_client.go#L274: hello.cipherSuites = append(hello.cipherSuites, defaultCipherSuitesTLS13FIPS...)
u_handshake_client.go#L276: hello.cipherSuites = append(hello.cipherSuites, defaultCipherSuitesTLS13...)
u_handshake_client.go#L278: hello.cipherSuites = append(hello.cipherSuites, defaultCipherSuitesTLS13NoAES...)
u_public.go#L400: cipherSuites: chm.CipherSuites,
u_public.go#L450: CipherSuites: chm.cipherSuites,
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |